Fix problems with CANNOT_DUMP and EMACSLOADPATH.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2013 22:35:57 +0000 (14:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2013 22:35:57 +0000 (14:35 -0800)
commita871aebcf88758552a0c48ea7a50ea3cd4e98cba
treed940751421e2c4f81e174f0d68054e136eb7833a
parentb2859a573ca993d1f153d888c06b3fdde478aadf
Fix problems with CANNOT_DUMP and EMACSLOADPATH.

* leim/Makefile.in (RUN_EMACS):
* lisp/Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
* lisp/loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
Expand dir too, in case it's relative.
* src/lread.c (init_lread): If CANNOT_DUMP, we can't be dumping.
leim/ChangeLog
leim/Makefile.in
lisp/ChangeLog
lisp/Makefile.in
lisp/loadup.el
src/ChangeLog
src/lread.c